home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / jam / jamdisk4 / arpuserdocs3.1 / run < prev    next >
Text File  |  1995-03-18  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      Run(V1.3)               ARP User's Manual               Run(V1.3)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Run - spawn a background shell.
  10.  
  11.      SYNOPSIS
  12.           Run [Program command line]
  13.  
  14.      DESCRIPTION
  15.           Run is used to startup a background shell.  Run itself does
  16.           no parsing of the command line, it passes it unchanged to
  17.           the background shell process, which means that depending on
  18.           the shell you have loaded, you can do various interesting
  19.           things with Run.
  20.  
  21.           The ARP Run will use whatever shell is loaded by the user,
  22.           trying to find the best possible shell in all cases.
  23.  
  24.           You can pass multiple commands to the background shell by
  25.           terminating each commandline with a '+' before you hit
  26.           return.
  27.  
  28.           To detach processes from the parent console window, you can
  29.           do Run >NIL:.
  30.  
  31.  
  32.      EXAMPLE
  33.           Run Copy Thisfile OverHere+
  34.           Echo "Copy complete!"
  35.  
  36.           The above line will cause the background shell to first run
  37.           the Copy command, and then the Echo command.
  38.  
  39.  
  40.      SEE ALSO
  41.       ARun
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/28/89)
  64.  
  65.  
  66.  
  67.